﻿2026-06-23T09:54:19.8116680Z ##[group]Run actions/checkout@v5
2026-06-23T09:54:19.8117463Z with:
2026-06-23T09:54:19.8117995Z   repository: SaberMage/spt-core
2026-06-23T09:54:19.8124184Z   token: ***
2026-06-23T09:54:19.8124712Z   ssh-strict: true
2026-06-23T09:54:19.8125372Z   ssh-user: git
2026-06-23T09:54:19.8125937Z   persist-credentials: true
2026-06-23T09:54:19.8126560Z   clean: true
2026-06-23T09:54:19.8127154Z   sparse-checkout-cone-mode: true
2026-06-23T09:54:19.8127840Z   fetch-depth: 1
2026-06-23T09:54:19.8128389Z   fetch-tags: false
2026-06-23T09:54:19.8128953Z   show-progress: true
2026-06-23T09:54:19.8129511Z   lfs: false
2026-06-23T09:54:19.8130038Z   submodules: false
2026-06-23T09:54:19.8130606Z   set-safe-directory: true
2026-06-23T09:54:19.8131237Z env:
2026-06-23T09:54:19.8131772Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-06-23T09:54:19.8132479Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-06-23T09:54:19.8133188Z ##[endgroup]
2026-06-23T09:54:20.0003935Z Syncing repository: SaberMage/spt-core
2026-06-23T09:54:20.0005712Z ##[group]Getting Git version info
2026-06-23T09:54:20.0007859Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-23T09:54:20.0219641Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-23T09:54:20.0513965Z git version 2.43.0.windows.1
2026-06-23T09:54:20.0540143Z ##[endgroup]
2026-06-23T09:54:20.0547827Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\02edf03d-87af-4a42-8300-cd9a17d5b8b4\.gitconfig'
2026-06-23T09:54:20.0562140Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\02edf03d-87af-4a42-8300-cd9a17d5b8b4' before making global git config changes
2026-06-23T09:54:20.0563886Z Adding repository directory to the temporary git global config as a safe directory
2026-06-23T09:54:20.0566838Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-23T09:54:20.0793855Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-23T09:54:20.0993432Z https://github.com/SaberMage/spt-core
2026-06-23T09:54:20.1021856Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-23T09:54:20.1026059Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-23T09:54:20.1215599Z refs/heads/main
2026-06-23T09:54:20.1240578Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-23T09:54:20.1591912Z HEAD is now at 6ba875eb release: v0.14.0 — bump 0.13.2->0.14.0 + changelog + Cargo.lock
2026-06-23T09:54:20.1862619Z ##[endgroup]
2026-06-23T09:54:20.1865877Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-23T09:54:20.5484493Z ##[group]Cleaning the repository
2026-06-23T09:54:20.5484943Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-23T09:54:24.0842102Z Removing target/
2026-06-23T09:54:24.0876331Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-23T09:54:24.1327042Z HEAD is now at 6ba875eb release: v0.14.0 — bump 0.13.2->0.14.0 + changelog + Cargo.lock
2026-06-23T09:54:24.1351648Z ##[endgroup]
2026-06-23T09:54:24.1355688Z ##[group]Disabling automatic garbage collection
2026-06-23T09:54:24.1360476Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-23T09:54:24.1580190Z ##[endgroup]
2026-06-23T09:54:24.1580539Z ##[group]Setting up auth
2026-06-23T09:54:24.1586640Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-23T09:54:24.1795712Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-23T09:54:24.5501972Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-23T09:54:24.5747117Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-23T09:54:24.9507640Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-23T09:54:24.9718464Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-23T09:54:25.3078671Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-23T09:54:25.3359875Z ##[endgroup]
2026-06-23T09:54:25.3360297Z ##[group]Fetching the repository
2026-06-23T09:54:25.3366383Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +06a41624360e10f837066198aa7262da0885f65a:refs/remotes/pull/33/merge
2026-06-23T09:54:26.0674418Z From https://github.com/SaberMage/spt-core
2026-06-23T09:54:26.0675034Z  * [new ref]           06a41624360e10f837066198aa7262da0885f65a -> pull/33/merge
2026-06-23T09:54:26.0790598Z ##[endgroup]
2026-06-23T09:54:26.0791065Z ##[group]Determining the checkout info
2026-06-23T09:54:26.0791850Z ##[endgroup]
2026-06-23T09:54:26.0797164Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-23T09:54:26.1064209Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-23T09:54:26.1283731Z ##[group]Checking out the ref
2026-06-23T09:54:26.1288071Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/33/merge
2026-06-23T09:54:26.1722514Z Previous HEAD position was 6ba875eb release: v0.14.0 — bump 0.13.2->0.14.0 + changelog + Cargo.lock
2026-06-23T09:54:26.1723070Z HEAD is now at 06a41624 Merge 17e13d94863b6c3d8710d75ad0970205159968a7 into 6ba875eb189bff289f336735cbf8138996cf6d7f
2026-06-23T09:54:26.1745914Z ##[endgroup]
2026-06-23T09:54:26.1988661Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-23T09:54:26.2190820Z 06a41624360e10f837066198aa7262da0885f65a
